const crypto/tls.alertDecodeError

6 uses

	crypto/tls (current package)
		alert.go#L33: 	alertDecodeError                  alert = 50
		alert.go#L69: 	alertDecodeError:                  "error decoding message",
		conn.go#L716: 			return c.in.setErrorLocked(c.sendAlert(alertDecodeError))
		handshake_client_tls13.go#L202: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L301: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L449: 		c.sendAlert(alertDecodeError)